home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / prod343.zip / !UPDATE.341 < prev    next >
Text File  |  1991-05-08  |  1KB  |  54 lines

  1. <!UPDATE.341>
  2.  
  3. Release notes for ProDoor 3.41                          05-08-91
  4. ==============================
  5.  
  6. ProDoor 3.41 is a minor release fixing known bugs in ProDoor 3.40.
  7.  
  8. This version does not include a new manual, and does not require and
  9. data or configuration file changes compared to prodoor 3.40.
  10.  
  11. Please read !PRODOOR.NEW for details on exactly what's been changed.
  12.  
  13.  
  14. Installation
  15. ------------
  16.  
  17. Install PRODOR34.ZIP as instructed in the enclosed documentation.
  18.  
  19. Then replace the PRODOOR.EXE file with the new one provided in PROD341.ZIP.
  20.  
  21. All file formats of ProDoor 3.4 are still recognized; no file
  22. conversions or changes are required.
  23.  
  24. Additional changes are required in your PRODOOR doorfile for operation
  25. with doors using DOORS.SYS or USERS.SYS files.  Use the provided
  26. PRODOOR.INS and PRODOOR files.
  27.  
  28. The correction involves the replacement of
  29.    rem call up pcb145 on return from new style doors
  30.    if exist users.sys pcb145/key:open;prodoor^M
  31.    if exist door.sys pcb145/key:open;prodoor^M
  32.  
  33. with
  34.    rem call up pcb145 on return from new style doors
  35.    if exist users.sys goto return145
  36.    if exist door.sys goto return145
  37.  
  38. and the addition of
  39.    :return145
  40.    echo  >$door.bat pcb145/key:open;prodoor^M
  41.    echo >>$door.bat door
  42.    $door
  43.  
  44. to the end of the PRODOOR doorfile.
  45.  
  46.  
  47. Optional Files
  48. --------------
  49.  
  50. The overlay version of ProDoor 3.41 is posted as PROD341O.ZIP.
  51.  
  52.  
  53.  
  54.